home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / FROMUTS / UNIXLIB37B / src / unix / c / umask < prev    next >
Text File  |  1991-09-19  |  199b  |  13 lines

  1. static char sccs_id[] = "@(#) umask.c 1.2 "__DATE__" HJR";
  2.  
  3. /* umask.c (c) Copyright 1990 H.Rogers */
  4.  
  5. #include "sys/unix.h"
  6.  
  7. int umask(register int cmode)
  8. {
  9. __u->umask = cmode & 0777;
  10.  
  11. return(0);
  12. }
  13.